![]() |
FSpGetFInfo |
||||
Header: | Files.h | Carbon status: | Supported | |
Obtains the Finder information about a file or directory.
OSErr FSpGetFInfo ( const FSSpec *spec, FInfo *fndrInfo );
A pointer to an FSSpec structure specifying the file or directory whose Finder information is desired.
On return, a pointer to information used by the Finder. The FSpGetFInfo function returns the Finder information from the volume catalog entry. The function provides only the original Finder information—the FInfo or DInfo structures, not FXInfo or DXInfo.
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)